3.2.59 \(\int x^{7/2} (A+B x^2) (b x^2+c x^4) \, dx\)

Optimal. Leaf size=39 \[ \frac {2}{17} x^{17/2} (A c+b B)+\frac {2}{13} A b x^{13/2}+\frac {2}{21} B c x^{21/2} \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 39, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.083, Rules used = {1584, 448} \begin {gather*} \frac {2}{17} x^{17/2} (A c+b B)+\frac {2}{13} A b x^{13/2}+\frac {2}{21} B c x^{21/2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^(7/2)*(A + B*x^2)*(b*x^2 + c*x^4),x]

[Out]

(2*A*b*x^(13/2))/13 + (2*(b*B + A*c)*x^(17/2))/17 + (2*B*c*x^(21/2))/21

Rule 448

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Int[ExpandI
ntegrand[(e*x)^m*(a + b*x^n)^p*(c + d*x^n)^q, x], x] /; FreeQ[{a, b, c, d, e, m, n}, x] && NeQ[b*c - a*d, 0] &
& IGtQ[p, 0] && IGtQ[q, 0]

Rule 1584

Int[(u_.)*(x_)^(m_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.))^(n_.), x_Symbol] :> Int[u*x^(m + n*p)*(a + b*x^(q -
 p))^n, x] /; FreeQ[{a, b, m, p, q}, x] && IntegerQ[n] && PosQ[q - p]

Rubi steps

\begin {align*} \int x^{7/2} \left (A+B x^2\right ) \left (b x^2+c x^4\right ) \, dx &=\int x^{11/2} \left (A+B x^2\right ) \left (b+c x^2\right ) \, dx\\ &=\int \left (A b x^{11/2}+(b B+A c) x^{15/2}+B c x^{19/2}\right ) \, dx\\ &=\frac {2}{13} A b x^{13/2}+\frac {2}{17} (b B+A c) x^{17/2}+\frac {2}{21} B c x^{21/2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 33, normalized size = 0.85 \begin {gather*} \frac {2 x^{13/2} \left (273 x^2 (A c+b B)+357 A b+221 B c x^4\right )}{4641} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^(7/2)*(A + B*x^2)*(b*x^2 + c*x^4),x]

[Out]

(2*x^(13/2)*(357*A*b + 273*(b*B + A*c)*x^2 + 221*B*c*x^4))/4641

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.03, size = 41, normalized size = 1.05 \begin {gather*} \frac {2 \left (357 A b x^{13/2}+273 A c x^{17/2}+273 b B x^{17/2}+221 B c x^{21/2}\right )}{4641} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[x^(7/2)*(A + B*x^2)*(b*x^2 + c*x^4),x]

[Out]

(2*(357*A*b*x^(13/2) + 273*b*B*x^(17/2) + 273*A*c*x^(17/2) + 221*B*c*x^(21/2)))/4641

________________________________________________________________________________________

fricas [A]  time = 0.41, size = 32, normalized size = 0.82 \begin {gather*} \frac {2}{4641} \, {\left (221 \, B c x^{10} + 273 \, {\left (B b + A c\right )} x^{8} + 357 \, A b x^{6}\right )} \sqrt {x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(7/2)*(B*x^2+A)*(c*x^4+b*x^2),x, algorithm="fricas")

[Out]

2/4641*(221*B*c*x^10 + 273*(B*b + A*c)*x^8 + 357*A*b*x^6)*sqrt(x)

________________________________________________________________________________________

giac [A]  time = 0.15, size = 29, normalized size = 0.74 \begin {gather*} \frac {2}{21} \, B c x^{\frac {21}{2}} + \frac {2}{17} \, B b x^{\frac {17}{2}} + \frac {2}{17} \, A c x^{\frac {17}{2}} + \frac {2}{13} \, A b x^{\frac {13}{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(7/2)*(B*x^2+A)*(c*x^4+b*x^2),x, algorithm="giac")

[Out]

2/21*B*c*x^(21/2) + 2/17*B*b*x^(17/2) + 2/17*A*c*x^(17/2) + 2/13*A*b*x^(13/2)

________________________________________________________________________________________

maple [A]  time = 0.05, size = 32, normalized size = 0.82 \begin {gather*} \frac {2 \left (221 B c \,x^{4}+273 A c \,x^{2}+273 B b \,x^{2}+357 A b \right ) x^{\frac {13}{2}}}{4641} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(7/2)*(B*x^2+A)*(c*x^4+b*x^2),x)

[Out]

2/4641*x^(13/2)*(221*B*c*x^4+273*A*c*x^2+273*B*b*x^2+357*A*b)

________________________________________________________________________________________

maxima [A]  time = 1.34, size = 27, normalized size = 0.69 \begin {gather*} \frac {2}{21} \, B c x^{\frac {21}{2}} + \frac {2}{17} \, {\left (B b + A c\right )} x^{\frac {17}{2}} + \frac {2}{13} \, A b x^{\frac {13}{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(7/2)*(B*x^2+A)*(c*x^4+b*x^2),x, algorithm="maxima")

[Out]

2/21*B*c*x^(21/2) + 2/17*(B*b + A*c)*x^(17/2) + 2/13*A*b*x^(13/2)

________________________________________________________________________________________

mupad [B]  time = 0.06, size = 31, normalized size = 0.79 \begin {gather*} \frac {2\,x^{13/2}\,\left (357\,A\,b+273\,A\,c\,x^2+273\,B\,b\,x^2+221\,B\,c\,x^4\right )}{4641} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(7/2)*(A + B*x^2)*(b*x^2 + c*x^4),x)

[Out]

(2*x^(13/2)*(357*A*b + 273*A*c*x^2 + 273*B*b*x^2 + 221*B*c*x^4))/4641

________________________________________________________________________________________

sympy [A]  time = 20.14, size = 46, normalized size = 1.18 \begin {gather*} \frac {2 A b x^{\frac {13}{2}}}{13} + \frac {2 A c x^{\frac {17}{2}}}{17} + \frac {2 B b x^{\frac {17}{2}}}{17} + \frac {2 B c x^{\frac {21}{2}}}{21} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**(7/2)*(B*x**2+A)*(c*x**4+b*x**2),x)

[Out]

2*A*b*x**(13/2)/13 + 2*A*c*x**(17/2)/17 + 2*B*b*x**(17/2)/17 + 2*B*c*x**(21/2)/21

________________________________________________________________________________________